Autogenerated HTML docs for v1.5.0-rc1-gdf1b 
diff --git a/git-rev-parse.html b/git-rev-parse.html index d452f1e..0397fce 100644 --- a/git-rev-parse.html +++ b/git-rev-parse.html 
@@ -548,6 +548,17 @@  </li>   <li>   <p>  +A ref followed by the suffix <em>@</em> with an ordinal specification  + enclosed in a brace pair (e.g. <em>{1}</em>, <em>{15}</em>) to specify  + the n-th prior value of that ref. For example <em>master@{1}</em>  + is the immediate prior value of <em>master</em> while <em>master@{5}</em>  + is the 5th prior value of <em>master</em>. This suffix may only be used  + immediately following a ref name and the ref must have an existing  + log ($GIT_DIR/logs/&lt;ref&gt;).  +</p>  +</li>  +<li>  +<p>   A suffix <em>^</em> to a revision parameter means the first parent of   that commit object. <em>^&lt;n&gt;</em> means the &lt;n&gt;th parent (i.e.   <em>rev^</em>  @@ -681,7 +692,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 08-Nov-2006 01:33:31 UTC  +Last updated 18-Jan-2007 06:24:01 UTC   </div>   </div>   </body>